home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DbXTarg.pas' rev: 3.00
-
- #ifndef DbXTargHPP
- #define DbXTargHPP
- #include <LibIntf.hpp>
- #include <Controls.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dbxtarg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TDbXDataDragTarget;
- class PASCALIMPLEMENTATION TDbXDataDragTarget : public Libintf::TDragTarget
- {
- typedef Libintf::TDragTarget inherited;
-
- public:
- virtual bool __fastcall DragOver(System::TObject* Target, System::TObject* Source, int X, int Y, Controls::TDragState
- State);
- virtual void __fastcall DragDrop(System::TObject* Target, System::TObject* Source, int X, int Y);
- public:
-
- /* TDragTarget.Create */ __fastcall virtual TDbXDataDragTarget(Dsgnintf::TFormDesigner* ADesigner) :
- Libintf::TDragTarget(ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TDbXDataDragTarget(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dbxtarg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbxtarg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DbXTarg
-